home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
io Programmo 60
/
IOPROG_60.ISO
/
soft
/
c++
/
gsl-1.1.1-setup.exe
/
{app}
/
src
/
cblas
/
cscal.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2002-04-18
|
221 b
|
12 lines
#include <gsl/gsl_math.h>
#include <gsl/gsl_cblas.h>
#include "cblas.h"
void
cblas_cscal (const int N, const void *alpha, void *X, const int incX)
{
#define BASE float
#include "source_scal_c.h"
#undef BASE
}